home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 - Homepage / CHIP.BIN / share / webmaste / csehtmlp / csehtmlp.exe / {app} / ParserRules / rtf.xs < prev    next >
Encoding:
Text File  |  2002-04-22  |  559 b   |  21 lines

  1. //Language: RTF
  2. //Copyright (c) 1992-2002 Altium Limited             
  3. //All rights reserved.                               
  4. //http://www.dream-com.com                           
  5. //contact@dream-com.com                              
  6.  
  7. State=snormal
  8. // tokens
  9. Token=tnone
  10. Token=tgroupbegin
  11. Token=tstring
  12. Token=tgroupend
  13. Token=tresword
  14. //delims
  15. Delimiters=;.,:'"{}[]()?!@#$%^&*-+=|\/
  16.  
  17. snormal \{      snormal tgroupbegin
  18. snormal \}      snormal tgroupend
  19. snormal \\[a-z_A-Z][a-z_A-Z0-9]*  snormal   tresword
  20. snormal [^\\\{\}]* snormal tstring
  21.